home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 15 code / Symmetry & Tiles / Tiler Code / SymmetryUtils.h < prev    next >
Encoding:
Text File  |  1993-05-31  |  366 b   |  11 lines  |  [TEXT/KAHL]

  1. //////////////////////////////////
  2. //    Prototypes for util routines
  3.  
  4. gxShape MakeOpShape(long theType);
  5. void    DragGlideShape(gxShape dragShape, gxPoint *newPt, gxPoint *oldPt,
  6.                         gxPoint *anchor, long constraint, Boolean arrowHIt);
  7. void     DragLineShape(gxShape dragShape, gxPoint *newPt, gxPoint *oldPt,
  8.                         gxPoint *anchor, long constraint);
  9.  
  10. long     labs(long i);
  11.